summaryrefslogtreecommitdiffstats
path: root/clang-tidy.sh
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2021-06-15 11:00:02 +0200
committerGitHub <noreply@github.com>2021-06-15 11:00:02 +0200
commit62e95745ac02e8f849f9f99dce08280e96c55bed (patch)
treef608b052eee9fa344c9a06401e5af7d2cff3adcd /clang-tidy.sh
parentAdded AArch64 to easyinstall.sh (#5237) (diff)
downloadcuberite-62e95745ac02e8f849f9f99dce08280e96c55bed.tar
cuberite-62e95745ac02e8f849f9f99dce08280e96c55bed.tar.gz
cuberite-62e95745ac02e8f849f9f99dce08280e96c55bed.tar.bz2
cuberite-62e95745ac02e8f849f9f99dce08280e96c55bed.tar.lz
cuberite-62e95745ac02e8f849f9f99dce08280e96c55bed.tar.xz
cuberite-62e95745ac02e8f849f9f99dce08280e96c55bed.tar.zst
cuberite-62e95745ac02e8f849f9f99dce08280e96c55bed.zip
Diffstat (limited to 'clang-tidy.sh')
-rwxr-xr-xclang-tidy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tidy.sh b/clang-tidy.sh
index 8527ae02d..ec9a226a6 100755
--- a/clang-tidy.sh
+++ b/clang-tidy.sh
@@ -3,7 +3,7 @@
set -e
FIXES_FILE="tidy-fixes.yaml"
-REGEX="/cuberite/src/\.?[^\.]"
+REGEX="cuberite_[^/\.]+/src/\.?[^\.]"
ARGS="-header-filter $REGEX -quiet -export-fixes $FIXES_FILE "$@" $REGEX"
# Generate the compilation database